home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Utilities / Pastry / DeveloperNotes / sample / English.lproj / Sound.nib / data.classes next >
Encoding:
Text File  |  1994-02-28  |  211 b   |  17 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. SoundSamplePane = {
  7.     ACTIONS = {
  8.     play:;
  9.     };
  10.     OUTLETS = {
  11.     window;
  12.     durationField;
  13.     statusField;
  14.     };
  15.     SUPERCLASS = Object;
  16. };
  17.